PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.images.masks Package / PDFColorMask Class / setStartColor Method
A com.o2sol.pdf4java.graphics.colors.PDFColor that represents the start of the colors range.
In This Topic
    setStartColor Method
    In This Topic
    Sets the start of the colors range.
    The colorspace of startColor must match the colorspace of end color and also the image's colorspace.
    Syntax
    public void setStartColor( 
       PDFColor startColor
    )

    Parameters

    startColor
    A com.o2sol.pdf4java.graphics.colors.PDFColor that represents the start of the colors range.
    See Also